home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / kingofthehill.swf / scripts / DefineButton2_149 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2005-07-25  |  91 b   |  6 lines

  1. on(release){
  2.    gotoAndStop("instruct");
  3.    play();
  4.    _root.inSFX.fNoise("click");
  5. }
  6.